home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 May: Tool Chest / Developer CD Series May 1996 (Tool Chest) (Apple Computer) (1996).iso / Sample Code / DTS QT Utilities.Aug-95 / Projects & Test Apps / DigitizerShell / Mac Framework / MWPrefix.h < prev   
Encoding:
Text File  |  1995-03-12  |  273 b   |  16 lines  |  [TEXT/MPCC]

  1. // MW Prefix file
  2.  
  3.  
  4. // Precompiled headers:
  5. #ifdef powerc
  6. #include <MacHeadersPPC>
  7. #else
  8. #include <MacHeaders68k>
  9. #endif
  10.  
  11. // Definitions for the project
  12. #define DEBUG true
  13.  
  14. // If you want to signal that you are using SIOUX, enable the following flag:
  15. #define USESIOUX true
  16.